home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / LZHUF.C < prev    next >
Text File  |  1993-04-05  |  554b  |  23 lines

  1. .I 103 1
  2.                 if ((c = ((r - p) & (N-1)) - 1) < (unsigned)match_position) {
  3. .D 104 1
  4. .I 403 2
  5.         if ((unsigned)k > freq[l = c + 1]) {
  6.             while ((unsigned)k > freq[++l]);
  7. .D 404 2
  8. .I 533 1
  9.         text_buf[r + len] = (unsigned char)c;
  10. .D 534 1
  11. .I 552 1
  12.             text_buf[s] = (unsigned char)c;
  13. .D 553 1
  14. .I 554 1
  15.                 text_buf[s + N] = (unsigned char)c;
  16. .D 555 1
  17. .I 599 1
  18.             text_buf[r++] = (unsigned char)c;
  19. .D 600 1
  20. .I 610 1
  21.                 text_buf[r++] = (unsigned char)c;
  22. .D 611 1
  23.